Office stores documents in XML format. You can create customized filters that convert the native OpenDocument XML file format used by Office into another format. These filters can be integrated into Office seamlessly so that you can save or load these formats transparently.
Office は、ドキュメントを XML 形式で格納します。フィルタをカスタマイズすると、Office で使用されるネイティブな OpenOffice XML ファイル形式を、ほかの形式に変換できます。カスタマイズしたフィルタは Office にシームレスに統合できるため、これらの形式を透過的に保存したり読み込むことができます。
![]() | To create an XML filter, you must have a good understanding of XML and XSLT concepts. These concepts are beyond the scope of this help.
XML フィルタを作成する場合、XML および XSLT の概念について習熟している必要があります。これらの概念については、本ヘルプでは説明しません。 |
An XML filter contains stylesheets that are written in the XSLT language. The stylesheets define the transformation from the OpenDocument file format to another XML format through export and import filters. There are three types of XML filters:
XML フィルタには、XSLT 言語で記述された スタイルシート が入っています。スタイルシートは、エクスポートフィルタおよびインポートフィルタを使用して、OpenDocument ファイル形式をほかの XML 形式に変換する方法を定義します。XML フィルタには次の 3 種類があります。
Import Filters load external XML files and transform the format of the files into the OpenDocument XML file format. After you install an import filter, the name of the filter is added to the list of file types in the File Open dialog.
インポートフィルタ は、外部 XML ファイルを読み込み、そのファイル形式を OpenDocument XML ファイル形式に変換します。インポートフィルタをインストールすると、フィルタの名前が 「開く」ダイアログ のファイルの種類の一覧に追加されます。
Export Filters transform OpenDocument XML files and save the files to a different XML format. After you install an export filter, the name of the filter is added to the list of file types in the Export dialog.
エクスポートフィルタ は、OpenDocument XML ファイルを変換して、そのファイルを別の XML 形式で 保存 します。エクスポートフィルタをインストールすると、フィルタの名前が「エクスポート」ダイアログのファイル書式の一覧に追加されます。
Import/Export Filters load and save OpenDocument XML files into a different XML format. After you install these filters, the names of the filters are added to the list of file types in the File Open dialog and the File Save As dialog.
インポート/エクスポートフィルタ は、OpenDocument XML ファイルを読み込んで、別の XML 形式 で保存します。これらのフィルタをインストールすると、フィルタの名前が「開く」ダイアログと「名前を付けて保存」ダイアログのファイルの種類の一覧に追加されます。